'Declaration
<DispIdAttribute(90)> Function SaveAsDOCX( _ ByVal OCRResultIDs As String, _ ByVal FilePath As String, _ ByVal KeepLineBreaks As Boolean _ ) As GdPictureStatus
[DispId(90)] GdPictureStatus SaveAsDOCX( string OCRResultIDs, string FilePath, bool KeepLineBreaks )
function SaveAsDOCX( OCRResultIDs: String; FilePath: String; KeepLineBreaks: Boolean ): GdPictureStatus;
DispIdAttribute(90) function SaveAsDOCX( OCRResultIDs : String, FilePath : String, KeepLineBreaks : boolean ) : GdPictureStatus;
[DispId(90)] GdPictureStatus SaveAsDOCX( string* OCRResultIDs, string* FilePath, bool KeepLineBreaks )
[DispId(90)] GdPictureStatus SaveAsDOCX( String^ OCRResultIDs, String^ FilePath, bool KeepLineBreaks )
Parameters
- OCRResultIDs
- FilePath
- KeepLineBreaks